home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 416_01 / dumpns / dump.doc < prev    next >
Text File  |  1991-11-10  |  942b  |  42 lines

  1. dump - displays file in binary decimal hex or ASCII
  2.  
  3. USAGE
  4.  
  5. dump [-switch] [-switch] filename
  6. SWITCHES
  7. -od display offset in decimal
  8. -oh display offset in hex
  9. -p  set up picture - any combination of
  10.     a ASCII
  11.     b binary
  12.     d decimal
  13.     h hex    
  14. -wn display n bytes per line
  15. -sn start at byte number n
  16. -ln display n bytes
  17. DEFAULT 
  18. dump -od -pha -w8 -s0 -l160
  19.  
  20. dump ? displays the above usage message
  21.  
  22.  
  23. This program and its documentation are copyright Nigel Salt.
  24. You are granted the right to copy them providing that neither
  25. the program or documentation are altered in any way.
  26.  
  27. If you find the program useful you should make a contribution 
  28. in UK pounds to me. There is no set fee for registration of
  29. this program. I leave it to you to assess its worth.
  30.  
  31. Nigel Salt
  32. 25 Lower Station Rd
  33. Crayford
  34. Kent
  35. DA1 3PY
  36.  
  37. Phone 0322 553260
  38.  
  39. CIX ID nao@cix.complink.co.uk
  40. RAX Nigel Salt on node 2:440/52.16
  41.  
  42.